* filenotify.el (file-notify--library): Renamed from
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 18 Jul 2013 10:03:49 +0000 (12:03 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 18 Jul 2013 10:03:49 +0000 (12:03 +0200)
commit72ee40f9f4c3528ca4e9203de8c660d515fdc6ff
tree2b9cb98ff96ec6015d1173b3cb6154a3f8a3a9e2
parent63a4bb9d019b9f56abe5350065260139320da983
* filenotify.el (file-notify--library): Renamed from
`file-notify-support'.  Do not autoload.  Adapt all uses.
(file-notify-supported-p): New defun.

* autorevert.el (auto-revert-use-notify): Use
`file-notify-supported-p' instead of `file-notify-support'.  Adapt
docstring.
(auto-revert-notify-add-watch): Use `file-notify-supported-p'.

* net/tramp.el (tramp-file-name-for-operation):
Add `file-notify-supported-p'.

* net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
New defun.
(tramp-sh-file-name-handler-alist): Add it as handler for
`file-notify-supported-p '.

* net/tramp-adb.el (tramp-adb-file-name-handler-alist):
* net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
* net/tramp-smb.el (tramp-smb-file-name-handler-alist):
Add `ignore' as handler for `file-notify-*' functions.
lisp/ChangeLog
lisp/autorevert.el
lisp/filenotify.el
lisp/net/tramp-adb.el
lisp/net/tramp-gvfs.el
lisp/net/tramp-sh.el
lisp/net/tramp-smb.el
lisp/net/tramp.el